home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 4thcmp21.zip / FARMEM1.4TH < prev    next >
Text File  |  1993-06-23  |  509b  |  21 lines

  1. \ Far Memory management functions
  2.  
  3. \ Code Copyright (C) 1991 by Thomas Almy. All rights reserved.
  4. \ Permission is granted to registered users of ForthCMP to sell or distribute
  5. \ computer programs incorporating the compiled contents of this file.
  6.  
  7.  
  8. \ Load this file at the start of your program
  9. \ Load farmem2.4th at before FORTHLIB
  10.  
  11.  
  12. 1 2 IN/OUT NEED malloc
  13. 1 0 IN/OUT NEED FREE
  14. 2 1 IN/OUT NEED realloc
  15. 1 1 IN/OUT NEED salloc
  16. 1 0 IN/OUT NEED sfree
  17. 2 2 IN/OUT NEED L>D
  18. 2 2 IN/OUT NEED D>L
  19.  
  20.  
  21.